UserVariable.Name property

The name of a variable. Limited to 64 characters.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public string Name { get; set; }
Public Property Name As String

Property value

Type: string

Remarks

The Name string uses UTF-16 encoding.

See also

UserVariable Class

IntervalZero.KINGSTAR.Base.Api Namespace